home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / OOPTUT34.ZIP / OOPHELP.PAS < prev    next >
Pascal/Delphi Source File  |  1992-11-29  |  2KB  |  60 lines

  1. unit oophelp;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.   hcCancelBtn            = 35;
  8.   hcCollect              = 47;
  9.   hcDosops               = 43;
  10.   hcExCode               = 5;
  11.   hcFCChDirDBox          = 37;
  12.   hcFChangeDir           = 15;
  13.   hcFDosShell            = 16;
  14.   hcFExit                = 17;
  15.   hcFigdemo              = 44;
  16.   hcFOFileOpenDBox       = 31;
  17.   hcFOFiles              = 33;
  18.   hcFOName               = 32;
  19.   hcFOOpenBtn            = 34;
  20.   hcFOpen                = 14;
  21.   hcHelpfile             = 1;
  22.   hcJuniorOb             = 40;
  23.   hcList                 = 3;
  24.   hcListDemo             = 45;
  25.   hcLOpen                = 4;
  26.   hcNoContext            = 0;
  27.   hcNotes                = 13;
  28.   hcObCompat             = 48;
  29.   hcObjInit              = 9;
  30.   hcOCColorsDBox         = 39;
  31.   hcOColors              = 28;
  32.   hcOMMouseDBox          = 38;
  33.   hcOMouse               = 27;
  34.   hcOpenBtn              = 36;
  35.   hcOptions              = 26;
  36.   hcORestoreDesktop      = 30;
  37.   hcOSaveDesktop         = 29;
  38.   hcPOpen                = 11;
  39.   hcRecInit              = 6;
  40.   hcRightOOP             = 12;
  41.   hcRunEx                = 41;
  42.   hcSAbout               = 8;
  43.   hcStaffObj             = 42;
  44.   hcStreams              = 46;
  45.   hcSystem               = 7;
  46.   hcViewer               = 2;
  47.   hcWCascade             = 22;
  48.   hcWClose               = 25;
  49.   hcWindows              = 18;
  50.   hcWNext                = 23;
  51.   hcWPrevious            = 24;
  52.   hcWrongOOP             = 10;
  53.   hcWSizeMove            = 19;
  54.   hcWTile                = 21;
  55.   hcWZoom                = 20;
  56.  
  57. implementation
  58.  
  59. end.
  60.